Int16NINumericInt16NDivide Method

Divides the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Divide(
	Int16N value
)

Parameters

value  Int16N
The value as the divisor.

Return Value

Int16N
The result of dividing the current value by value.

Implements

INumericTSelfDivide(TSelf)

See Also